home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / fmview13.zip / FMVIEWX.INI < prev    next >
INI File  |  1996-05-16  |  4KB  |  128 lines

  1. [FmView]
  2. ; Comment the following line in if you want to view WinWord 6 documents 
  3. ; without using the OLE2 libraries. Note that the file will not necessarily 
  4. ; be viewable if it is fragmented.
  5.  
  6. ;ScanCompound=1
  7.  
  8.  
  9. ; **** Extended Formats ****
  10. ; This section describes additional file formats. The max entry must be greater
  11. ; or equal to the last key value.
  12. ; Each line has the following structure:
  13. ;     key=description,extension,minimum_filesize,magic_offset,magic_in_hex,filter_dll
  14. ; If you want to develop your own filter dll contact me for the API documentation
  15.  
  16. [XQDLLs]
  17. max=28
  18. 1=CIS Mail,msg,0,0,5649533030301A,fmvcis.dll
  19. 2=CAB archive,cab,0,0,4D5343460000,fmvcab.dll
  20. 3=MS Access Data Base,mdb,,,,fmvodbc.dll
  21. 4=dBase Data Base,dbf,,,,fmvodbc.dll
  22. 5=Paradox Data Base,db,,,,fmvodbc.dll
  23. ; FoxPro looks like dBase, but list it anyway
  24. ;6=FoxPro Data Base,dbf,,,,fmvodbc.dll
  25. ; If you want to view Excel 3 files then comment the following line in.
  26. ;7=Excel 3,xls,0,0,09020600,fmvxls.dll
  27. ;8=MS Works,wps,0,0,01FE0148,fmvwps.dll
  28. 8=MS Works,wps,0,0,01FE,fmvwps.dll
  29. 9=MS Works for DOS,wps,0,0,01FE010C,fmvwps.dll
  30. ; TKB only
  31. 10=TKB Registration,dll,0,0,0FD938A7,fmvtrg.dll
  32. 11=Ami Pro Document,sam,0,0,5b7665725d0d0a09340d0a5b7374795d,fmvsam.dll
  33. 12=Sidekick Data Base,sdb,0,0,595759325858,fmvsdb.dll
  34. ;13=MS Works,wps,0,0,01FE55,fmvwps.dll
  35. 14=Rich Text Format,rtf,0,0,7B5C727466,fmvrtf.dll
  36. 15=Word Perfect Graphics,wpg,0,0,FF57504310000000,fmvwpg.dll
  37. 16=Word Perfect Document,doc,0,0,FF575043,fmvwpd.dll
  38. 17=Lotus 123,wk4,0,0,00001a00,fmvwks.dll
  39. 18=Lotus 123,wks,0,0,000002000404,fmvwks.dll
  40. 19=CIM Keyfile,db,0,0,43494d204b455946494c451a,
  41. ;20=HTML Document,htm,0,0,3c68746d6c3e,fmvhtml.dll
  42. 20=HTML Document,htm,,,,fmvhtml.dll
  43. 21=InfoSelect,wd,33,0,4e4f524d00000000,fmvwd.dll
  44. 22=InfoSelect,wd,33,0,6e6f726d00000000,fmvwd.dll
  45. 23=Lotus 123,wk1,0,0,000002000604,fmvwks.dll
  46. 24=Lotus 123,wks,0,0,FF0002000404,fmvwks.dll
  47.  
  48.  
  49. ; **** OLE2 ****
  50. ; This section describes additional OLE2 storage file formats. 
  51. ; Each line has the following structure:
  52. ;     OLE2_class_id=filter_dll,description
  53. ; The filter_dll can also be an integer in which case a fmvole.dll 
  54. ; internal filter will be used.
  55.  
  56. [OLE2]
  57. {00020900-0000-0000-C000-000000000046}=1,WinWord 6 Document
  58. {00020810-0000-0000-C000-000000000046}=fmvxls.dll,Excel 5
  59. {00021302-0000-0000-C000-000000000046}=fmvwps.dll,MS Works 3
  60.  
  61. ; **** ODBC ****
  62. ; This section describes which ODBC database formats will be recognized. 
  63. ; It is read by fmvodbc.dll.
  64. ; Each line has the following structure:
  65. ;     extension=multiple_tables_per_file,sections
  66. ; All sections will be tried in the order they appear.
  67.  
  68. [ODBC]
  69. mdb=1,ODBC_Access_2,ODBC_Access,*ODBC_Access_7
  70. dbf=0,ODBC_dBase,ODBC_FoxPro,*ODBC_dBase_32,*ODBC_FoxPro_32
  71. db=0,ODBC_Paradox,*ODBC_Paradox_32
  72.  
  73. ; These ODBC sections are a snap shot of the section that will be put 
  74. ; as a data source into the odbc.ini. A question mark indicates where 
  75. ; FmView should put the file name that is to be viewed.
  76. ; You can add any other database format that supports ODBC but don't forget
  77. ; to update the [ODBC] and [XQDLLs] sections as well
  78.  
  79. [ODBC_Access_7]
  80. Connect=Driver={Microsoft Access Driver (*.mdb)};DBQ=
  81. Close=0
  82.  
  83. [ODBC_dBase_32]
  84. Connect=Driver={Microsoft dBASE Driver (*.dbf)};DBQ=
  85. Close=0
  86.  
  87. [ODBC_FoxPro_32]
  88. Connect=Driver={Microsoft FoxPro Driver (*.dbf)};DBQ=
  89. Close=0
  90.  
  91. [ODBC_Paradox_32]
  92. Connect=Driver={Microsoft Paradox Driver (*.db)};DBQ=
  93. Close=0
  94.  
  95. [ODBC_Access_2]
  96. Driver=ODBCJT16.DLL
  97. DBQ=?
  98. DefaultDir=
  99. FIL=Microsoft Access
  100. JetIniPath=msacc20.ini
  101. UID=Admin
  102.  
  103. [ODBC_Access]
  104. Driver=simba.dll
  105. FileType=RedISAM
  106. DataDirectory=?
  107. SingleUser=False
  108. UseSystemDB=False
  109.  
  110. [ODBC_dBase]
  111. Driver=simba.dll
  112. FileType=dBase4
  113. DataDirectory=?
  114. SingleUser=False
  115.  
  116. [ODBC_FoxPro]
  117. Driver=simba.dll
  118. FileType=FoxPro 2.5
  119. DataDirectory=?
  120. SingleUser=False
  121.  
  122. [ODBC_Paradox]
  123. Driver=simba.dll
  124. FileType=Paradox
  125. DataDirectory=?
  126. SingleUser=False
  127.  
  128.